type unique.uniqueMap
5 uses
unique (current package)
handle.go#L42: m := ma.(*uniqueMap[T])
handle.go#L109: type uniqueMap[T comparable] struct {
handle.go#L114: func addUniqueMap[T comparable](typ *abi.Type) *uniqueMap[T] {
handle.go#L119: m := &uniqueMap[T]{
handle.go#L139: return a.(*uniqueMap[T])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |